/*pricing-box*/
.pricing-box {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
.pricing-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
}

.price {
  font-size: 18px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  line-height: 1;
}

.price-details {
  margin: 24px 0;
  padding-left: 14px;
  list-style: square;
}
/*pricing-box li css */
.price-details li {
  font-size: 16px;
  line-height: 1.7;
  padding-left: 0;
  margin-left: -10px;
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.price-details li::marker {
  content: none;
}

.price-details li i {
  flex-shrink: 0;
}
.font-style {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
